home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / perl5 / Debconf / Element.pm < prev    next >
Encoding:
Perl POD Document  |  2007-03-24  |  196 b   |  21 lines

  1. #!/usr/bin/perl -w
  2. # This file was preprocessed, do not edit!
  3.  
  4.  
  5. package Debconf::Element;
  6. use strict;
  7. use base qw(Debconf::Base);
  8.  
  9.  
  10. sub visible {
  11.     my $this=shift;
  12.     
  13.     return 1;
  14. }
  15.  
  16.  
  17. sub show {}
  18.  
  19.  
  20. 1
  21.